home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2325 / 2325.xpi / chrome / skin / mac / style.css next >
Cascading Style Sheet File  |  2009-11-24  |  504b  |  20 lines

  1. #RSSTICKER-button {
  2.     list-style-image: url(chrome://rss-ticker/skin/toolbar-icon.png);
  3.     background-color: transparent;
  4.     -moz-image-region: rect(92px, 36px, 115px, 0px);
  5.     border-color: transparent;
  6. }
  7.  
  8. #RSSTICKER-button:hover:active {
  9.     background-color: transparent;
  10.     -moz-image-region: rect(115px, 36px, 138px, 0px);
  11. }
  12.  
  13. #RSSTICKER-button[greyed="true"] {
  14.     -moz-image-region: rect(0px, 36px, 23px, 0px);
  15. }
  16.  
  17. #RSSTICKER-button[greyed="true"]:hover:active {
  18.     -moz-image-region: rect(46px, 36px, 69px, 0px);
  19. }
  20.